From: Jim Blandy Date: Thu, 25 Mar 1993 02:12:14 +0000 (+0000) Subject: * xterm.h (x_focus_frame): Add extern keyword to declaration. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96706 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f802f8e0a033adf65dac58adeeba6cef6b8f1955;p=emacs.git * xterm.h (x_focus_frame): Add extern keyword to declaration. --- diff --git a/src/xterm.h b/src/xterm.h index 05bae039844..b9a18a54977 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -209,7 +209,7 @@ extern struct frame *x_window_to_frame (); /* The frame (if any) which has the X window that has keyboard focus. Zero if none. This is examined by Ffocus_frame in xfns.c */ -struct frame *x_focus_frame; +extern struct frame *x_focus_frame; #ifdef HAVE_X11 /* Variables associated with the X display screen this emacs is using. */